projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3544cfc
)
entered into RCS
author
Roland McGrath
<roland@gnu.org>
Wed, 3 Nov 1993 13:06:04 +0000
(13:06 +0000)
committer
Roland McGrath
<roland@gnu.org>
Wed, 3 Nov 1993 13:06:04 +0000
(13:06 +0000)
src/getloadavg.c
patch
|
blob
|
history
diff --git
a/src/getloadavg.c
b/src/getloadavg.c
index d94d58946c35a8c2baa1a5b8cb39d567207108c3..03b4de0239e7861639fb9ae05c3fb67ea33f7cb0 100644
(file)
--- a/
src/getloadavg.c
+++ b/
src/getloadavg.c
@@
-524,7
+524,7
@@
getloadavg (loadavg, nelem)
int count;
FILE *fp;
- fp = fopen (
LINUX
_LDAV_FILE, "r");
+ fp = fopen (
NETBSD
_LDAV_FILE, "r");
if (fp == NULL)
return -1;
count = fscanf (fp, "%lu %lu %lu %lu\n",